home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / offumac / INIZIO.DIR / 00010_Script_rolladisegni < prev    next >
Text File  |  1999-04-28  |  285b  |  15 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "disegniroll"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to "disegni"
  7. end
  8.  
  9. on mouseUp
  10.   sound fadeout 2,60
  11.   set the volume of sound 1 to 255
  12.   go to movie "sequenza.dir"
  13. end
  14.  
  15.